<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	min-width: 1200px;
}
html, body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font: 12px PingFangSC-Light, "PingFang SC", "Microsoft YaHei", "Arial Narrow", "SimSun",  HELVETICA;
	background: #FAFAFA;
}
div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dd, dt, table, tr, th, td, form, input, textarea, select, i, button, img, header, footer, section, label{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}
ul, ol, li {
	list-style: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
}
input, textarea {
	font-size: 14px;
	color: #333;
	border: none;
	outline: none;
}
input:focus, textarea:focus {
	/*border: 1px solid rgba(77, 132, 255, 0.6)!important;
	box-shadow: 0 0 5px rgba(77, 132, 255, 0.6);*/
}
input::-webkit-input-placeholder {
	color: #999;
}
input::-moz-input-placeholder {
	color: #999;
}
input::-ms-input-placeholder {
	color: #999;
}
a {
	text-decoration: none;
	color: #424242;
	box-sizing: border-box;
}
a:hover {
	text-decoration: none
}
.transition{
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.lf {
	padding-top: 0!important;
  	padding-left: 0!important;
}
.rf {
	padding-top: 0!important;
  	padding-left: 0!important;
}
.fb {
	font-weight: bold;
}
.font-active {
	color: #6d97f5!important;
}
.font-warn {
	color: #F96C3C;
}
.clearfloat:after {
	zoom: 1;
}
.clearfloat:after {
	display: block;
	content: "";
	clear: both;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.tc {
	text-align: center;
}
.container {
	margin: 20px auto 20px;
}
.container:after {
	content: '';
  	display: block;
  	clear: both;
}
.marginTop30 {
	margin-top: 30px;
}
.marginRight30 {
	margin-right: 30px;
}
.marginRight40 {
	margin-right: 40px;
}
.marginRight53 {
	margin-right: 53px;
}
.marginRight107 {
	margin-right: 107px;
}
.marginRight108 {
	margin-right: 108px;
}
.marginBottom5 {
	margin-bottom: 5px;
}
#kxlogo a{
	display: block!important;
  	margin: 0 auto;
}
.select2-dropdown {
	z-index: 99999!important;
}
</pre></body></html>